Custom Tbl for Diablo 1.10
***********************************

The installation is very simple.

Copy the files + dir into your Diablo II dir
This will overwrite two of diablos files, so
back them up before overwriting them.

ATTENTION!!!!!!
New version inlcudes support up to 3!!! custom tbl files
You don't need to use them all.
The names i use for tbl files is:
CustomString1.tbl
CustomString2.tbl
CustomString3.tbl

You place them as would before, but now they aren't hardcoded to be in the ENG
directory anymore. If you use the "USE" file be sure to put the files
in the right directory, else it wont load any of the tbl's

The game wont crash if it cannot load one of them it would only diaply an error in
Diablos log file.

if you want to have other names than these use an hex editor to edit here:

0000956C  43 75 73 74 6F 6D 53 74 72 69 6E 67 33 2E 74 62  CustomString3.tb
0000957C  6C 00 00 00 00 00 00 00 43 75 73 74 6F 6D 53 74  l.......CustomSt
0000958C  72 69 6E 67 32 2E 74 62 6C 00 00 00 00 00 00 00  ring2.tbl.......
0000959C  43 75 73 74 6F 6D 53 74 72 69 6E 67 31 2E 74 62  CustomString1.tb
000095AC  6C 00 00 00 00 00 00 00                          l.......

Remember the last byte of a character has to be 00, and you may not delete
one of the file names else the game will crash


Now you can edit any of the files as you see fit
The custom tbl files supercedes Blizzards own tbl files
so if you have the key "hst" in one of the custom tbl, and one in
Blizzards, your's will be read.

Due to some problems with Windows 98 and this plugin
the dll load has been made implementet directly in
D2Win.dll. This means that you don't have to enter
anything on the commandline to load the dll.

If you have made an own dll you want to load instead,
simply edit this with a Hex program:

00019300                                   44 6C 6C 20 6E             Dll n
00019310  6F 74 20 4C 6F 61 64 65 64 3A 00 44 32 43 75 73  ot Loaded:.D2Cus
00019320  74 6F 6D 54 62 6C 2E 64 6C 6C 00 00 00 00 00 00  tomTbl.dll......

Simply change the "D2CustomTbl.dll" text with your own file.

Enjoy.


